ObserverBase.OnErrorCore(Exception) method¶
Defined in
Type: ObserverBaseSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected abstract void OnErrorCore(Exception error)
Summary: Implement this method to react to the occurrence of an exception.
Parameters
| Name | Type | Description |
|---|---|---|
error | Exception | The error that has occurred. |
Remarks
This method only gets called when the observer hasn't stopped yet, and causes the observer to stop.